Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class / AddRange Method / AddRange(ICollection) Method
source collection


In This Topic
    AddRange(ICollection) Method
    In This Topic
    Adds the elements of the specified collection to the end of the data series. The operation is type safe.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal collection As System.Collections.ICollection _
    ) 
    'Usage
     
    
    Dim instance As NDataSeries(Of T)
    Dim collection As System.Collections.ICollection
     
    instance.AddRange(collection)
    public virtual void AddRange( 
       System.Collections.ICollection collection
    )

    Parameters

    collection
    source collection
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also